Class SVTOAG.SendungsBody.Verfahren

  • Enclosing class:
    SVTOAG.SendungsBody

    public static class SVTOAG.SendungsBody.Verfahren
    extends java.lang.Object

    Java-Klasse für anonymous complex type.

    Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

    
     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice>
             <element ref="{http://www.gkv-datenaustausch.de/XMLSchema/KK_UB/1.1}UB_KK" maxOccurs="50"/>
           </choice>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List<UBKK> ubkk
      Comment describing your root element
    • Constructor Summary

      Constructors 
      Constructor Description
      Verfahren()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<UBKK> getUBKK()
      Comment describing your root element Gets the value of the ubkk property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ubkk

        protected java.util.List<UBKK> ubkk
        Comment describing your root element
    • Constructor Detail

      • Verfahren

        public Verfahren()
    • Method Detail

      • getUBKK

        public java.util.List<UBKK> getUBKK()
        Comment describing your root element Gets the value of the ubkk property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the ubkk property.

        For example, to add a new item, do as follows:

         getUBKK().add(newItem);
         

        Objects of the following type(s) are allowed in the list UBKK

        Returns:
        The value of the ubkk property.